pub unsafe extern "system" fn BCryptGenRandom(
    halgorithm: BCRYPT_ALG_HANDLE,
    pbbuffer: *mut u8,
    cbbuffer: u32,
    dwflags: BCRYPTGENRANDOM_FLAGS
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"