pub unsafe fn IkeextSaGetById2<P0>(
    enginehandle: P0,
    id: u64,
    salookupcontext: Option<*const GUID>,
    sa: *mut *mut IKEEXT_SA_DETAILS2
) -> u32
where P0: IntoParam<HANDLE>,