pub unsafe fn SetIScsiGroupPresharedKey<P0>(
    keylength: u32,
    key: *mut u8,
    persist: P0
) -> u32
where P0: IntoParam<BOOLEAN>,