pub unsafe extern "C" fn WinDivertHelperCompileFilter(
    filter: *const c_char,
    layer: WinDivertLayer,
    object: *mut c_char,
    objLen: u32,
    errorStr: *mut *const c_char,
    errorPos: *mut u32
) -> BOOL
Expand description

Check the official docs