Function windows::Win32::Security::AppLocker::SaferGetLevelInformation

pub unsafe fn SaferGetLevelInformation<P0>(
    levelhandle: P0,
    dwinfotype: SAFER_OBJECT_INFO_CLASS,
    lpquerybuffer: Option<*mut c_void>,
    dwinbuffersize: u32,
    lpdwoutbuffersize: *mut u32
) -> Result<()>
where P0: Param<SAFER_LEVEL_HANDLE>,