[][src]Function winapi::shared::bcrypt::BCryptGenerateKeyPair

pub unsafe extern "system" fn BCryptGenerateKeyPair(
    hAlgorithm: BCRYPT_ALG_HANDLE,
    phKey: *mut BCRYPT_KEY_HANDLE,
    dwLength: ULONG,
    dwFlags: ULONG
) -> NTSTATUS