pub unsafe fn IPsecSaContextGetSpi0<P0>(
    enginehandle: P0,
    id: u64,
    getspi: *const IPSEC_GETSPI0,
    inboundspi: *mut u32
) -> u32
where P0: IntoParam<HANDLE>,