pub unsafe extern "C" fn rb_get_kwargs(
    keyword_hash: VALUE,
    table: *const ID,
    required: c_int,
    optional: c_int,
    arg1: *mut VALUE
) -> c_int