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