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

pub unsafe extern "system" fn BCryptQueryContextFunctionProperty(
    dwTable: ULONG,
    pszContext: LPCWSTR,
    dwInterface: ULONG,
    pszFunction: LPCWSTR,
    pszProperty: LPCWSTR,
    pcbValue: *mut ULONG,
    ppbValue: *mut PUCHAR
) -> NTSTATUS