Function windows::Win32::Security::Cryptography::BCryptGenRandom

pub unsafe fn BCryptGenRandom<P0>(
    halgorithm: P0,
    pbbuffer: &mut [u8],
    dwflags: BCRYPTGENRANDOM_FLAGS,
) -> NTSTATUS
where P0: Param<BCRYPT_ALG_HANDLE>,