pub unsafe fn IPsecGetStatistics1<P0>(
    enginehandle: P0,
    ipsecstatistics: *mut IPSEC_STATISTICS1
) -> u32
where P0: IntoParam<HANDLE>,