pub unsafe extern "system" fn FltAllocateContext(
    filter: PFLT_FILTER,
    contexttype: u16,
    contextsize: usize,
    pooltype: POOL_TYPE,
    returnedcontext: *mut PFLT_CONTEXT
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"