pub unsafe fn DPA_Sort<'a>( hdpa: *mut _DPA, pfncompare: Option<unsafe extern "system" fn(_: *const c_void, _: *const c_void, _: LPARAM) -> i32>, lparam: impl IntoParam<'a, LPARAM>, ) -> BOOL