Function windows::Win32::Security::Cryptography::CryptUnprotectMemory

pub unsafe fn CryptUnprotectMemory(
    pdatain: *mut c_void,
    cbdatain: u32,
    dwflags: u32,
) -> Result<()>