pub unsafe extern "system" fn LdrFindEntryForAddress(
    DllHandle: *mut c_void,
    Entry: *mut *mut LDR_DATA_TABLE_ENTRY
) -> NTSTATUS