Function windows::Win32::Storage::IscsiDisc::AddIScsiStaticTargetA

pub unsafe fn AddIScsiStaticTargetA<P0, P1, P2>(
    targetname: P0,
    targetalias: P1,
    targetflags: u32,
    persist: P2,
    mappings: *mut ISCSI_TARGET_MAPPINGA,
    loginoptions: *mut ISCSI_LOGIN_OPTIONS,
    portalgroup: *mut ISCSI_TARGET_PORTAL_GROUPA,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<BOOLEAN>,