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