windows::Win32::Security::Cryptography

Function GetRngInterface

pub unsafe fn GetRngInterface<P0>(
    pszprovidername: P0,
    ppfunctiontable: *mut *mut BCRYPT_RNG_FUNCTION_TABLE,
    dwflags: u32,
) -> NTSTATUS
where P0: Param<PCWSTR>,