pub unsafe extern "C" fn write(
    endpoint_handle: u32,
    msg: *const u8,
    msg_len: usize,
    nwritten_out: *mut usize
) -> FastlyStatus