Sets the gender.
edf_set_gender(edf_handle,gender)
: integer containing file handle of the opened bdf/edf-file
: 1 is male, 0 is female.
This function is optional and can be called only after opening a file in writemode and before the first sample write action.