pub unsafe extern "C" fn MDL_request_init_by_key_with_source(
    this: *mut MDL_request,
    key_arg: *const MDL_key,
    mdl_type_arg: Type,
    mdl_duration_arg: Type,
    src_file: *const c_char,
    src_line: uint
)