Determine if the given content is most certainly binary or not;
this is the same mechanism used by git_blob_is_binary
but only
looking at raw data.
The blob data which content should be analyzed
The length of the data
1 if the content of the blob is detected as binary; 0 otherwise.