pub unsafe extern "C" fn dr_lookup_module_section(
lib: module_handle_t,
pc: *mut byte,
section_out: *mut IMAGE_SECTION_HEADER,
) -> bool_Expand description
Returns whether \p pc is within a section within the module in \p section_found and information about that section in \p section_out. \note Not yet available on Linux.