pub unsafe extern "C" fn LLVMConstStringInContext(
    C: &Context,
    Str: *const c_char,
    Length: c_uint,
    DontNullTerminate: Bool
) -> &Value