pub unsafe fn IPsecKeyManagerAddAndRegister0<P0>(
    enginehandle: P0,
    keymanager: *const IPSEC_KEY_MANAGER0,
    keymanagercallbacks: *const IPSEC_KEY_MANAGER_CALLBACKS0,
    keymgmthandle: *mut HANDLE
) -> u32
where P0: IntoParam<HANDLE>,