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