pub unsafe fn SetupCommitFileQueueA<P0>(
    owner: P0,
    queuehandle: *const c_void,
    msghandler: PSP_FILE_CALLBACK_A,
    context: *const c_void
) -> Result<()>
where P0: IntoParam<HWND>,