pub unsafe extern "system" fn CryptGenRandom(
    hprov: usize,
    dwlen: u32,
    pbbuffer: *mut u8
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"