Function windows_sys::Win32::NetworkManagement::IpHelper::IcmpSendEcho2

pub unsafe extern "system" fn IcmpSendEcho2(
    icmphandle: HANDLE,
    event: HANDLE,
    apcroutine: PIO_APC_ROUTINE,
    apccontext: *const c_void,
    destinationaddress: u32,
    requestdata: *const c_void,
    requestsize: u16,
    requestoptions: *const IP_OPTION_INFORMATION,
    replybuffer: *mut c_void,
    replysize: u32,
    timeout: u32,
) -> u32