[][src]Function fastly::abi::xqd_resp_header_values_get

#[no_mangle]
pub unsafe extern "C" fn xqd_resp_header_values_get(
    resp_handle: ResponseHandle,
    name: *const u8,
    name_len: usize,
    buf: *mut u8,
    buf_len: usize,
    cursor: u32,
    ending_cursor: *mut i64,
    nwritten: *mut usize
) -> XqdStatus