pub unsafe extern "C" fn WinDivertRecv(
    handle: HANDLE,
    pPacket: *mut c_void,
    packetLen: u32,
    pRecvLen: *mut u32,
    pAddr: *mut WINDIVERT_ADDRESS
) -> BOOL
Expand description

Check the official docs