pub unsafe extern "C" fn git_branch_create_from_annotated(
    ref_out: *mut *mut git_reference,
    repository: *mut git_repository,
    branch_name: *const c_char,
    commit: *const git_annotated_commit,
    force: c_int
) -> c_int